Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(extensions): ensure __init__.py in extension dir is present #20

Merged

Conversation

gforsyth
Copy link
Member

@gforsyth gforsyth commented Aug 22, 2023

gen_proto.sh was deleting this file (or not recreating it) and if it isn't present,
then it isn't possible to grab the extension yaml files in Python using importlib.resources.files.

This restores the missing init.py file and also adds a touch to the
gen_proto.sh script to make sure it sticks around.

`gen_proto.sh` was deleting this file (or not recreating it) and if it
isn't present, then it isn't possible to grab the extension yaml files
in Python using `importlib.resources.files`.

This restores the missing __init__.py file and also adds a `touch` to
the `gen_proto.sh` script to make sure it sticks around.
@github-actions
Copy link

ACTION NEEDED

Substrait follows the Conventional Commits
specification
for
release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

@EpsilonPrime EpsilonPrime merged commit 55c3d1b into substrait-io:main Aug 22, 2023
@gforsyth gforsyth deleted the gil/fix_extension_importing_again branch August 23, 2023 13:22
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants